Newer
Older
Digital_Repository / Repositories / Maps / Otago Eprints / Code_Perl_Scripts / Google / Network_Links_All / NetworkLink.kml
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://earth.google.com/kml/2.1 KMLSchema.xsd">
	<Document>
		<name>Otago Eprints Stats</name>
		<visibility>1</visibility>
		<open>1</open>
		<Style>
			<ListStyle>
      			<listItemType>radioFolder</listItemType>
    		</ListStyle>
    	</Style>
    	<NetworkLink>
			<name>Volume Simulation</name>
			<description>Select this folder to display a simulation of the volume of access over time from which the repository has been accessed</description>
			<Link>
				<href>http://localhost/cgi-bin/Sim</href>
			</Link>
		</NetworkLink>
		<NetworkLink>
			<name>Bars</name>
			<description>Select this folder to display bars showing the volume from which the repository has been accessed</description>
			<Link>
				<href>http://localhost/cgi-bin/Bars</href>
			</Link>
		</NetworkLink>		
		<NetworkLink>
  			<name>Points</name>
    		<description>Select this folder to display points from which the repository has been accessed</description>
  			<Link>
    			<href>http://localhost/cgi-bin/Points</href>
  			</Link>
		</NetworkLink>
	</Document>	
</kml>